#link{
	width:230px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	font-family:Impact;
	font-size:19px;
	color: #808080;
	-webkit-transition:1000ms ease;
}
	/*color:#3366ff;*/
	/*color:#33cc33;*/
#link:hover{
	color: white;
	-webkit-transition:600ms ease;
}
#colored{
	display:block;
	vertical-align:middle;
	text-align:center;
	width:100%;
	border-top:-2px dotted gray;
}
#colored:nth-child(even){
	background-color:#306292;
}
#colored:nth-child(odd){
	background-color:/*#33cc33*/#3366ff;
}
.wcolored{
	display:block;
	position:relative;
	left:0px;
	width:97%;
	height:100%;
	background-color:white;
	-webkit-transition:1000ms ease;
}
.wcolored:hover{
	width:0%;
	-webkit-transition:400ms ease;
}
